Yii turn debug panel on/off

Edit config/main.php (or config/web.php), add or remove the following code:
$config[‘bootstrap’][] = ‘debug’;
$config[‘modules’][‘debug’] = ‘yii\debug\Module’;

Leave a Reply